Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Nov 15, 2025

SDK update

Versioning

Version Bump Type: [patch] - 🤖 (automated)

Python SDK Changes Detected:

  • unstructured_client.destinations.create_connection_check_destinations(): request.security Added Breaking ⚠️
  • unstructured_client.destinations.create_destination():
    • request Changed Breaking ⚠️
    • response.config.[snowflake_destination_connector_config].schema Changed
  • unstructured_client.destinations.delete_destination(): request.security Added Breaking ⚠️
  • unstructured_client.destinations.get_connection_check_destinations(): request.security Added Breaking ⚠️
  • unstructured_client.destinations.get_destination():
    • request.security Added Breaking ⚠️
    • response.config.[snowflake_destination_connector_config].schema Changed
  • unstructured_client.destinations.list_destinations():
    • request.security Added Breaking ⚠️
    • response.[].config.[snowflake_destination_connector_config].schema Changed
  • unstructured_client.destinations.update_destination():
    • request Changed Breaking ⚠️
    • response.config.[snowflake_destination_connector_config].schema Changed
  • unstructured_client.jobs.cancel_job(): request.security Added Breaking ⚠️
  • unstructured_client.jobs.download_job_output(): request.security Added Breaking ⚠️
  • unstructured_client.jobs.get_job(): request.security Added Breaking ⚠️
  • unstructured_client.jobs.get_job_details(): request.security Added Breaking ⚠️
  • unstructured_client.jobs.get_job_failed_files(): request.security Added Breaking ⚠️
  • unstructured_client.jobs.list_jobs(): request.security Added Breaking ⚠️
  • unstructured_client.sources.create_connection_check_sources(): request.security Added Breaking ⚠️
  • unstructured_client.sources.create_source():
    • request Changed Breaking ⚠️
    • response.config.[snowflake_source_connector_config].schema Changed
  • unstructured_client.sources.delete_source(): request.security Added Breaking ⚠️
  • unstructured_client.sources.get_connection_check_sources(): request.security Added Breaking ⚠️
  • unstructured_client.sources.get_source():
    • request.security Added Breaking ⚠️
    • response.config.[snowflake_source_connector_config].schema Changed
  • unstructured_client.sources.list_sources():
    • request.security Added Breaking ⚠️
    • response.[].config.[snowflake_source_connector_config].schema Changed
  • unstructured_client.sources.update_source():
    • request Changed Breaking ⚠️
    • response.config.[snowflake_source_connector_config].schema Changed
  • unstructured_client.workflows.create_workflow():
    • request.security Added Breaking ⚠️
    • response.reprocess_all Changed Breaking ⚠️
  • unstructured_client.workflows.delete_workflow(): request.security Added Breaking ⚠️
  • unstructured_client.workflows.get_workflow():
    • request.security Added Breaking ⚠️
    • response.reprocess_all Changed Breaking ⚠️
  • unstructured_client.workflows.list_workflows():
    • request.security Added Breaking ⚠️
    • response.[].reprocess_all Changed Breaking ⚠️
  • unstructured_client.workflows.run_workflow(): request.security Added Breaking ⚠️
  • unstructured_client.workflows.update_workflow():
    • request.security Added Breaking ⚠️
    • response.reprocess_all Changed Breaking ⚠️
  • unstructured_client.general.partition():
    • request.partition_parameters Changed Breaking ⚠️
OpenAPI Change Summary
├─┬Info
│ └──[🔀] version (18:16)
├─┬Paths
│ ├─┬/api/v1/sources/
│ │ ├─┬GET
│ │ │ └──[➕] security (557:11)
│ │ └─┬POST
│ │   └──[➕] security (620:11)
│ ├─┬/api/v1/jobs/{job_id}
│ │ └─┬GET
│ │   └──[➕] security (1106:11)
│ ├─┬/api/v1/jobs/{job_id}/details
│ │ └─┬GET
│ │   └──[➕] security (1320:11)
│ ├─┬/api/v1/workflows/{workflow_id}
│ │ ├─┬GET
│ │ │ └──[➕] security (1775:11)
│ │ ├─┬PUT
│ │ │ └──[➕] security (1848:11)
│ │ └─┬DELETE
│ │   └──[➕] security (1909:11)
│ ├─┬/api/v1/workflows/{workflow_id}/run
│ │ └─┬POST
│ │   └──[➕] security (1983:11)
│ ├─┬/api/v1/jobs/{job_id}/cancel
│ │ └─┬POST
│ │   └──[➕] security (1169:11)
│ ├─┬/api/v1/destinations/
│ │ ├─┬GET
│ │ │ └──[➕] security (90:11)
│ │ └─┬POST
│ │   └──[➕] security (153:11)
│ ├─┬/api/v1/jobs/{job_id}/download
│ │ └─┬GET
│ │   └──[➕] security (1255:11)
│ ├─┬/api/v1/jobs/
│ │ └─┬GET
│ │   └──[➕] security (1041:11)
│ ├─┬/api/v1/workflows/
│ │ ├─┬GET
│ │ │ └──[➕] security (1647:11)
│ │ └─┬POST
│ │   └──[➕] security (1710:11)
│ ├─┬/api/v1/destinations/{destination_id}/connection-check
│ │ ├─┬GET
│ │ │ └──[➕] security (417:11)
│ │ └─┬POST
│ │   └──[➕] security (481:11)
│ ├─┬/api/v1/jobs/{job_id}/failed-files
│ │ └─┬GET
│ │   └──[➕] security (1385:11)
│ ├─┬/api/v1/sources/{source_id}/connection-check
│ │ ├─┬GET
│ │ │ └──[➕] security (884:11)
│ │ └─┬POST
│ │   └──[➕] security (948:11)
│ ├─┬/api/v1/sources/{source_id}
│ │ ├─┬GET
│ │ │ └──[➕] security (685:11)
│ │ ├─┬PUT
│ │ │ └──[➕] security (758:11)
│ │ └─┬DELETE
│ │   └──[➕] security (819:11)
│ └─┬/api/v1/destinations/{destination_id}
│   ├─┬GET
│   │ └──[➕] security (218:11)
│   ├─┬PUT
│   │ └──[➕] security (291:11)
│   └─┬DELETE
│     └──[➕] security (352:11)
└─┬Components
  ├──[➕] securitySchemes (7771:21)
  ├─┬WorkflowInformation
  │ └─┬reprocess_all
  │   ├──[➕] type (7091:21)❌ 
  │   ├──[➕] default (7093:24)❌ 
  │   ├──[➖] anyOf (1:92249)❌ 
  │   └──[➖] anyOf (1:92270)❌ 
  ├─┬SnowflakeDestinationConnectorConfig
  │ └──[➕] required (6285:11)❌ 
  ├─┬SnowflakeDestinationConnectorConfigInput
  │ └──[➕] required (6357:11)❌ 
  ├─┬partition_parameters
  │ ├──[➕] properties (7620:11)
  │ ├─┬multipage_sections
  │ │ ├──[➖] type (1:101553)❌ 
  │ │ ├──[🔀] title (7573:22)
  │ │ ├──[🔀] description (7574:28)
  │ │ ├──[➖] default (1:101718)❌ 
  │ │ ├──[➕] anyOf (7565:15)
  │ │ └──[➕] anyOf (7569:15)
  │ ├─┬max_characters
  │ │ ├──[➕] items (7389:22)❌ 
  │ │ ├──[➕] type (7388:21)❌ 
  │ │ ├──[🔀] title (7392:22)
  │ │ ├──[🔀] description (7393:28)
  │ │ ├──[➕] default (7394:24)❌ 
  │ │ ├──[➖] anyOf (1:101309)❌ 
  │ │ └──[➖] anyOf (1:101347)❌ 
  │ ├─┬skip_infer_table_types
  │ │ ├──[➖] items (1:97662)❌ 
  │ │ ├──[➖] type (1:97644)❌ 
  │ │ ├──[🔀] title (7617:22)
  │ │ ├──[🔀] description (7618:28)
  │ │ ├──[➖] default (1:97822)❌ 
  │ │ ├──[➕] anyOf (7609:15)
  │ │ └──[➕] anyOf (7613:15)
  │ ├─┬overlap_all
  │ │ ├──[🔀] type (7596:21)❌ 
  │ │ ├──[🔀] title (7597:22)
  │ │ ├──[🔀] description (7598:28)
  │ │ └──[🔀] default (7599:24)❌ 
  │ ├─┬unique_element_ids
  │ │ ├──[➖] type (1:99696)❌ 
  │ │ ├──[🔀] title (7503:22)
  │ │ ├──[🔀] description (7504:28)
  │ │ ├──[🔀] default (7505:24)❌ 
  │ │ ├──[➕] anyOf (7495:15)
  │ │ └──[➕] anyOf (7499:15)
  │ ├─┬encoding
  │ │ ├──[➕] type (7621:21)❌ 
  │ │ ├──[🔀] title (7622:22)
  │ │ ├──[🔀] description (7623:28)
  │ │ ├──[➕] default (7624:24)❌ 
  │ │ ├──[➖] anyOf (1:95455)❌ 
  │ │ └──[➖] anyOf (1:95492)❌ 
  │ ├─┬split_pdf_concurrency_level
  │ │ ├──[🔀] type (7726:21)❌ 
  │ │ ├──[🔀] title (7724:22)
  │ │ ├──[🔀] description (7725:28)
  │ │ └──[🔀] default (7727:24)❌ 
  │ ├─┬pdfminer_line_margin
  │ │ ├──[🔀] title (7655:22)
  │ │ └──[🔀] description (7656:28)
  │ ├─┬pdf_infer_table_structure
  │ │ ├──[🔀] title (7603:22)
  │ │ ├──[🔀] description (7604:28)
  │ │ └──[🔀] default (7605:24)❌ 
  │ ├─┬pdfminer_char_margin
  │ │ ├──[➕] type (7417:21)❌ 
  │ │ ├──[🔀] title (7418:22)
  │ │ ├──[🔀] description (7419:28)
  │ │ ├──[➕] default (7420:24)❌ 
  │ │ ├──[➖] anyOf (1:103676)❌ 
  │ │ └──[➖] anyOf (1:103713)❌ 
  │ ├─┬xml_keep_tags
  │ │ ├──[➕] examples (7467:15)
  │ │ ├──[➕] examples (7468:15)
  │ │ ├──[➕] examples (7469:15)
  │ │ ├──[➕] enum (7473:15)
  │ │ ├──[➕] enum (7474:15)
  │ │ ├──[➕] enum (7475:15)
  │ │ ├──[➕] enum (7476:15)
  │ │ ├──[➕] enum (7477:15)
  │ │ ├──[➕] enum (7478:15)
  │ │ ├──[➕] enum (7479:15)
  │ │ ├──[🔀] type (7465:21)❌ 
  │ │ ├──[🔀] title (7471:22)
  │ │ ├──[🔀] description (7481:28)
  │ │ ├──[➖] default (1:100205)❌ 
  │ │ └─┬Extensions
  │ │   └──[➕] x-speakeasy-unknown-values (7482:43)
  │ ├─┬hi_res_model_name
  │ │ ├──[🔀] title (7365:22)
  │ │ └──[🔀] description (7366:28)
  │ ├─┬include_page_breaks
  │ │ ├──[➖] type (1:96332)❌ 
  │ │ ├──[🔀] title (7560:22)
  │ │ ├──[🔀] description (7561:28)
  │ │ ├──[➖] default (1:96493)❌ 
  │ │ ├──[➕] anyOf (7552:15)
  │ │ └──[➕] anyOf (7556:15)
  │ ├─┬pdfminer_line_overlap
  │ │ ├──[🔀] title (7668:22)
  │ │ └──[🔀] description (7669:28)
  │ ├─┬gz_uncompressed_content_type
  │ │ ├──[➕] examples (7306:15)
  │ │ ├──[➕] type (7304:21)❌ 
  │ │ ├──[➖] title (1:95995)
  │ │ ├──[➕] format (7311:23)❌ 
  │ │ ├──[🔀] description (7312:28)
  │ │ ├──[➖] anyOf (1:95930)❌ 
  │ │ └──[➖] anyOf (1:95967)❌ 
  │ ├─┬new_after_n_chars
  │ │ ├──[➕] type (7577:21)❌ 
  │ │ ├──[🔀] title (7578:22)
  │ │ ├──[🔀] description (7579:28)
  │ │ ├──[➕] default (7580:24)❌ 
  │ │ ├──[➖] anyOf (1:101757)❌ 
  │ │ └──[➖] anyOf (1:101795)❌ 
  │ ├─┬split_pdf_page
  │ │ ├──[🔀] type (7708:21)❌ 
  │ │ ├──[🔀] title (7706:22)
  │ │ ├──[🔀] description (7707:28)
  │ │ └──[🔀] default (7709:24)❌ 
  │ ├─┬table_ocr_agent
  │ │ ├──[➕] examples (7447:15)
  │ │ ├──[➕] examples (7448:15)
  │ │ ├──[➕] examples (7449:15)
  │ │ ├──[➕] enum (7458:15)
  │ │ ├──[➕] enum (7453:15)
  │ │ ├──[➕] enum (7454:15)
  │ │ ├──[➕] enum (7455:15)
  │ │ ├──[➕] enum (7456:15)
  │ │ ├──[➕] enum (7457:15)
  │ │ ├──[➕] type (7445:21)❌ 
  │ │ ├──[🔀] title (7451:22)
  │ │ ├──[🔀] description (7460:28)
  │ │ ├──[🔀] default (7461:24)❌ 
  │ │ ├──[➖] anyOf (1:99430)❌ 
  │ │ ├──[➖] anyOf (1:99467)❌ 
  │ │ └─┬Extensions
  │ │   └──[➕] x-speakeasy-unknown-values (7462:43)
  │ ├─┬split_pdf_cache_tmp_data_dir
  │ │ ├──[🔀] type (7720:21)❌ 
  │ │ ├──[🔀] title (7718:22)
  │ │ ├──[🔀] description (7719:28)
  │ │ └──[🔀] default (7721:24)❌ 
  │ ├─┬split_pdf_allow_failed
  │ │ ├──[➕] items (7424:22)❌ 
  │ │ ├──[🔀] type (7423:21)❌ 
  │ │ ├──[🔀] title (7427:22)
  │ │ ├──[🔀] description (7428:28)
  │ │ └──[🔀] default (7429:24)❌ 
  │ ├─┬similarity_threshold
  │ │ ├──[🔀] title (7681:22)
  │ │ ├──[🔀] description (7682:28)
  │ │ └──[➕] default (7683:24)❌ 
  │ ├─┬vlm_model
  │ │ ├──[➖] examples (1:98803)
  │ │ ├──[➖] enum (1:98905)❌ 
  │ │ ├──[➖] enum (1:98933)❌ 
  │ │ ├──[➖] enum (1:98960)❌ 
  │ │ ├──[➖] enum (1:99257)❌ 
  │ │ ├──[➖] enum (1:99295)❌ 
  │ │ ├──[➖] enum (1:98875)❌ 
  │ │ ├──[➖] enum (1:98915)❌ 
  │ │ ├──[➖] enum (1:98988)❌ 
  │ │ ├──[➖] enum (1:99036)❌ 
  │ │ ├──[➖] enum (1:99084)❌ 
  │ │ ├──[➖] enum (1:99128)❌ 
  │ │ ├──[➖] enum (1:99173)❌ 
  │ │ ├──[➖] enum (1:99219)❌ 
  │ │ ├──[➖] enum (1:98845)❌ 
  │ │ ├──[🔀] type (7508:21)❌ 
  │ │ ├──[🔀] title (7509:22)
  │ │ ├──[🔀] description (7510:28)
  │ │ ├──[➕] default (7511:24)❌ 
  │ │ └─┬Extensions
  │ │   └──[➖] x-speakeasy-unknown-values (1:99390)❌ 
  │ ├─┬overlap
  │ │ ├──[➕] enum (7409:15)
  │ │ ├──[➕] enum (7410:15)
  │ │ ├──[🔀] type (7406:21)❌ 
  │ │ ├──[🔀] title (7407:22)
  │ │ ├──[🔀] description (7412:28)
  │ │ ├──[🔀] default (7413:24)❌ 
  │ │ └─┬Extensions
  │ │   └──[➕] x-speakeasy-unknown-values (7414:43)
  │ ├─┬files
  │ │ ├──[➖] examples (1:94708)
  │ │ ├──[➕] items (7348:22)❌ 
  │ │ ├──[🔀] type (7347:21)❌ 
  │ │ ├──[➕] title (7351:22)
  │ │ ├──[➖] format (1:94909)❌ 
  │ │ ├──[🔀] description (7352:28)
  │ │ └──[➕] default (7353:24)❌ 
  │ ├─┬split_pdf_cache_tmp_data
  │ │ ├──[🔀] title (7712:22)
  │ │ └──[🔀] description (7713:28)
  │ ├─┬strategy
  │ │ ├──[➖] examples (1:98182)
  │ │ ├──[➖] examples (1:98190)
  │ │ ├──[➖] examples (1:98200)
  │ │ ├──[➖] enum (1:98287)❌ 
  │ │ ├──[➖] enum (1:98238)❌ 
  │ │ ├──[➖] enum (1:98246)❌ 
  │ │ ├──[➖] enum (1:98256)❌ 
  │ │ ├──[➖] enum (1:98264)❌ 
  │ │ ├──[➖] enum (1:98276)❌ 
  │ │ ├──[➖] type (1:98159)❌ 
  │ │ ├──[🔀] title (7441:22)
  │ │ ├──[🔀] description (7442:28)
  │ │ ├──[➖] default (1:98420)❌ 
  │ │ ├──[➕] anyOf (7433:15)
  │ │ ├──[➕] anyOf (7437:15)
  │ │ └─┬Extensions
  │ │   └──[➖] x-speakeasy-unknown-values (1:98460)❌ 
  │ ├─┬include_orig_elements
  │ │ ├──[🔀] title (7378:22)
  │ │ ├──[🔀] description (7379:28)
  │ │ └─┬ANYOF
  │ │   └──[🔀] type (7371:25)❌ 
  │ ├─┬extract_image_block_types
  │ │ ├──[➖] items (1:95673)❌ 
  │ │ ├──[➖] type (1:95655)❌ 
  │ │ ├──[🔀] title (7343:22)
  │ │ ├──[🔀] description (7344:28)
  │ │ ├──[➖] default (1:95882)❌ 
  │ │ ├──[➕] anyOf (7335:15)
  │ │ └──[➕] anyOf (7339:15)
  │ ├─┬split_pdf_page_range
  │ │ ├──[➖] items (1:105310)❌ 
  │ │ ├──[🔀] type (7686:21)❌ 
  │ │ ├──[🔀] title (7687:22)
  │ │ ├──[➖] maxItems (1:105358)❌ 
  │ │ ├──[➖] minItems (1:105343)❌ 
  │ │ ├──[🔀] description (7688:28)
  │ │ ├──[➕] default (7689:24)❌ 
  │ │ └──[➖] example (1:105372)
  │ ├─┬languages
  │ │ ├──[➖] items (1:96541)❌ 
  │ │ ├──[🔀] type (7627:21)❌ 
  │ │ ├──[🔀] title (7628:22)
  │ │ ├──[🔀] description (7629:28)
  │ │ └──[🔀] default (7630:24)❌ 
  │ ├─┬vlm_model_provider
  │ │ ├──[🔀] examples (7487:15)
  │ │ ├──[➖] enum (1:98575)❌ 
  │ │ ├──[➖] enum (1:98585)❌ 
  │ │ ├──[➖] enum (1:98598)❌ 
  │ │ ├──[➖] enum (1:98609)❌ 
  │ │ ├──[➖] enum (1:98630)❌ 
  │ │ ├──[➖] enum (1:98642)❌ 
  │ │ ├──[➖] enum (1:98652)❌ 
  │ │ ├──[🔀] title (7489:22)
  │ │ └──[🔀] description (7490:28)
  │ ├─┬include_slide_notes
  │ │ ├──[🔀] title (7383:22)
  │ │ ├──[🔀] description (7384:28)
  │ │ └──[🔀] default (7385:24)❌ 
  │ ├─┬ocr_languages
  │ │ ├──[➖] items (1:96802)❌ 
  │ │ ├──[➖] type (1:96784)❌ 
  │ │ ├──[🔀] title (7592:22)
  │ │ ├──[🔀] description (7593:28)
  │ │ ├──[➖] default (1:96963)❌ 
  │ │ ├──[➕] anyOf (7584:15)
  │ │ └──[➕] anyOf (7588:15)
  │ ├─┬starting_page_number
  │ │ ├──[➕] items (7695:22)❌ 
  │ │ ├──[➕] type (7692:21)❌ 
  │ │ ├──[🔀] title (7693:22)
  │ │ ├──[➕] maxItems (7699:25)❌ 
  │ │ ├──[➕] minItems (7698:25)❌ 
  │ │ ├──[🔀] description (7694:28)
  │ │ ├──[➕] example (7700:24)
  │ │ ├──[➖] anyOf (1:97862)❌ 
  │ │ └──[➖] anyOf (1:97900)❌ 
  │ ├─┬pdfminer_word_margin
  │ │ ├──[🔀] title (7642:22)
  │ │ ├──[🔀] description (7643:28)
  │ │ └──[➖] default (1:104628)❌ 
  │ └─┬output_format
  │   ├──[➖] enum (1:97039)❌ 
  │   ├──[➖] enum (1:97059)❌ 
  │   ├──[➕] items (7398:22)❌ 
  │   ├──[🔀] type (7397:21)❌ 
  │   ├──[🔀] title (7401:22)
  │   ├──[🔀] description (7402:28)
  │   ├──[🔀] default (7403:24)❌ 
  │   └─┬Extensions
  │     └──[➖] x-speakeasy-unknown-values (1:97259)❌ 
  ├─┬SnowflakeSourceConnectorConfig
  │ └──[➕] required (6434:11)❌ 
  ├─┬SnowflakeSourceConnectorConfigInput
  │ └──[➕] required (6513:11)❌ 
  ├─┬DatabricksVolumesConnectorConfigInput
  │ └─┬schema
  │   └──[➕] default (3394:24)❌ 
  └─┬DatabricksVDTDestinationConnectorConfigInput
    └─┬schema
      └──[➕] default (3311:24)❌ 
Document Element Total Changes Breaking Changes
info 1 0
paths 26 0
components 248 124

PYTHON CHANGELOG

globalServerURLs: 3.1.1 - 2025-05-09

🐛 Bug Fixes

globalServerURLs: 3.1.0 - 2024-12-16

🐝 New Features

  • allow server URL to be overridable always (commit by @disintegrator)

globalServerURLs: 3.0.0 - 2024-07-04

🐝 New Features

globalServerURLs: 2.82.2 - 2024-03-06

🔧 Chores

  • expand server selection test coverage (commit by @2ynn)

globalSecurity: 3.0.3 - 2025-02-06

🐛 Bug Fixes

  • fixes to handling of security at both global and operation level especially for oauth2 (commit by @tristanspeakeasy)

globalSecurity: 3.0.2 - 2024-08-07

🐛 Bug Fixes

globalSecurity: 3.0.1 - 2024-08-05

🐛 Bug Fixes

  • fixed rendering of usage snippets when required security is used with env vars (commit by @tristanspeakeasy)

globalSecurity: 3.0.0 - 2024-07-04

🐝 New Features

globalSecurity: 2.83.5 - 2024-03-15

🐛 Bug Fixes

unions: 3.0.4 - 2024-11-21

🐛 Bug Fixes

  • search recursively for the discriminator attribute in nested unions (commit by @2ynn)

unions: 3.0.3 - 2024-11-05

🐛 Bug Fixes

  • improved handling of complex allOf schemas that merge multiple types (commit by @tristanspeakeasy)

unions: 3.0.2 - 2024-08-09

🐛 Bug Fixes

unions: 3.0.1 - 2024-07-17

🐛 Bug Fixes

unions: 3.0.0 - 2024-07-04

🐝 New Features

unions: 2.82.8 - 2024-06-10

🐛 Bug Fixes

  • ensure union type definitions define types in a way compatible with multiple python versions (commit by @tristanspeakeasy)

Based on Speakeasy CLI 1.601.0

@github-actions github-actions bot added the patch Patch version bump label Nov 15, 2025
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1763165440 branch 5 times, most recently from 9a4d589 to 0678f82 Compare November 20, 2025 00:13
* `unstructured_client.destinations.create_connection_check_destinations()`:  `request.security` **Added** **Breaking** ⚠️
* `unstructured_client.destinations.create_destination()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response.config.[snowflake_destination_connector_config].schema` **Changed**
* `unstructured_client.destinations.delete_destination()`:  `request.security` **Added** **Breaking** ⚠️
* `unstructured_client.destinations.get_connection_check_destinations()`:  `request.security` **Added** **Breaking** ⚠️
* `unstructured_client.destinations.get_destination()`: 
  *  `request.security` **Added** **Breaking** ⚠️
  *  `response.config.[snowflake_destination_connector_config].schema` **Changed**
* `unstructured_client.destinations.list_destinations()`: 
  *  `request.security` **Added** **Breaking** ⚠️
  *  `response.[].config.[snowflake_destination_connector_config].schema` **Changed**
* `unstructured_client.destinations.update_destination()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response.config.[snowflake_destination_connector_config].schema` **Changed**
* `unstructured_client.jobs.cancel_job()`:  `request.security` **Added** **Breaking** ⚠️
* `unstructured_client.jobs.download_job_output()`:  `request.security` **Added** **Breaking** ⚠️
* `unstructured_client.jobs.get_job()`:  `request.security` **Added** **Breaking** ⚠️
* `unstructured_client.jobs.get_job_details()`:  `request.security` **Added** **Breaking** ⚠️
* `unstructured_client.jobs.get_job_failed_files()`:  `request.security` **Added** **Breaking** ⚠️
* `unstructured_client.jobs.list_jobs()`:  `request.security` **Added** **Breaking** ⚠️
* `unstructured_client.sources.create_connection_check_sources()`:  `request.security` **Added** **Breaking** ⚠️
* `unstructured_client.sources.create_source()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response.config.[snowflake_source_connector_config].schema` **Changed**
* `unstructured_client.sources.delete_source()`:  `request.security` **Added** **Breaking** ⚠️
* `unstructured_client.sources.get_connection_check_sources()`:  `request.security` **Added** **Breaking** ⚠️
* `unstructured_client.sources.get_source()`: 
  *  `request.security` **Added** **Breaking** ⚠️
  *  `response.config.[snowflake_source_connector_config].schema` **Changed**
* `unstructured_client.sources.list_sources()`: 
  *  `request.security` **Added** **Breaking** ⚠️
  *  `response.[].config.[snowflake_source_connector_config].schema` **Changed**
* `unstructured_client.sources.update_source()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response.config.[snowflake_source_connector_config].schema` **Changed**
* `unstructured_client.workflows.create_workflow()`: 
  *  `request.security` **Added** **Breaking** ⚠️
  *  `response.reprocess_all` **Changed** **Breaking** ⚠️
* `unstructured_client.workflows.delete_workflow()`:  `request.security` **Added** **Breaking** ⚠️
* `unstructured_client.workflows.get_workflow()`: 
  *  `request.security` **Added** **Breaking** ⚠️
  *  `response.reprocess_all` **Changed** **Breaking** ⚠️
* `unstructured_client.workflows.list_workflows()`: 
  *  `request.security` **Added** **Breaking** ⚠️
  *  `response.[].reprocess_all` **Changed** **Breaking** ⚠️
* `unstructured_client.workflows.run_workflow()`:  `request.security` **Added** **Breaking** ⚠️
* `unstructured_client.workflows.update_workflow()`: 
  *  `request.security` **Added** **Breaking** ⚠️
  *  `response.reprocess_all` **Changed** **Breaking** ⚠️
* `unstructured_client.general.partition()`: 
  *  `request.partition_parameters` **Changed** **Breaking** ⚠️
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1763165440 branch from 0678f82 to 797d7c1 Compare November 21, 2025 00:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

patch Patch version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants